home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / language / harvest.cpt / Harvest C / Tcl 6.2 / README.MAC < prev    next >
Encoding:
Text File  |  1992-04-24  |  1.5 KB  |  37 lines

  1. README
  2.  
  3. This directory contains the Tcl 6.2 distribution for the Macintosh.
  4. You are encouraged to install support for Tcl into your Mac applications.
  5. This distribution contains a number of very nice Macintosh extensions.
  6. Globbing is supported in a more Mac-like way.  A number of dialogs
  7. are available through tcl commands.  In addition, this package will
  8. assist you in providing support for standard AppleEvents to allow
  9. you to communicate with other Tcl applications.
  10.  
  11. It is also designed to ease the process of integrating Tcl.  We desire
  12. to see a body of apps which all support Tcl in a compatible way, supporting
  13. the same extensions.
  14.  
  15. This release includes the full Tcl 6.2 distribution.  Macintosh extensions
  16. are primarily in tclMac.c.  The file stat.c contains an implementation of
  17. the stat() function for the Mac.  For THINK C users, a very weak
  18. implementation of iocntl() is included as well.
  19.  
  20. Some of TclX is included here.  See Xmath.c et al.
  21.  
  22. Please read the comments in tclMac.c.  They are the primary documention
  23. and assistance.
  24.  
  25. TclShell.[ch] and TclPane.[ch] contain the code for a THINK Class Library
  26. object which provides a user interface for a simple Tcl shell.  This
  27. code comes from Harvest C.
  28.  
  29. Who to gripe at :
  30.  
  31. Tim Endres wrote most of the Mac stuff and did the original Mac port.
  32.     endres@ice.com
  33. Eric Sink cleaned up the stuff, ported it to THINK C, and did the TclShell
  34.     e-sink@uiuc.edu
  35. Pete Keleher wrote some of the code here.  Don't blame him for anything.
  36.     pete@rice.edu
  37.